home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
GAMES
/
CHEAT
/
CheatMake
/
!CheatMake
/
Resources
/
Docs
/
ChtMk I
< prev
next >
Wrap
Text File
|
1995-07-15
|
826b
|
30 lines
Description of a CheatMaker Format I cheat file
© 1995 by Christian Kohlschütter
The modules created with CheatMaker in this format are FREEWARE and may be
freely distributed.
+&2c pointer to data table plus BCD version number in top 8 bits
(eg &71xxxxxx for v1.13), or &64000000 for no cheats
+&30 pointer to key descriptions
+&34 pointer to info header
+&38 pointer to help text, or 0
Data table (VALUES ARE NOT WORD ALIGNED!!!)
Repeat
Byte: Cheat number (0-35, 0=0, 10=A, 35=Z)
Repeat
Byte: Address number of cheat (0-31)
Word: Address
Word: Value
Byte: SetMode: 0=set, 1=add, 2=sub, 3=OR, 4=AND, 5=EOR
Byte: Byte (1) or Word (0) flag
Word: "Execute only" address, if 0: Execute always
Word: "Execute only" value
Byte: Byte (1) or Word (0) flag
Until terminated with word -1
Until terminated with word &deaddead